home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow_WinXP / VMR / VMRXcl / ReadMe.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  1.3 KB  |  36 lines

  1. Windows XP DirectShow Sample -- VMRXCL
  2. --------------------------------------
  3.  
  4. Description: This application shows capabilities of the new
  5.     video mixing renderer (VMR) that is the default video 
  6.     renderer in Windows XP.  In particular, it demonstrates 
  7.     how to use the VMR in exclusive DirectDraw mode and 
  8.     how to implement a user-provided (customized) Allocator-Presenter
  9.     for the VMR.  Also, it contains useful utilities to manage 
  10.     bitmaps (as textures) and TrueType fonts for text over video.
  11.  
  12. Usage:
  13.     Upon initialization, VMRXCL asks you to specify a video file.
  14.     The application switches to DirectDraw exclusive mode, after setting
  15.     the display mode to 640 x 480 x 32bpp.  A bitmap-based menu on the 
  16.     left side of the screen provides interactivity.
  17.     (From top to bottom, the menu items are: 
  18.     - Show statistics
  19.     - Pause
  20.     - Run
  21.     - Rotate in XY plane
  22.     - Rotate in YX plane
  23.     - 'Twist' non-linear effect
  24.     - Exit
  25.  
  26.     Right click over the menu button to activate its text hint.
  27.     Left click to hide text hints.
  28.  
  29. Troubleshooting:
  30.     Depending on the capabilities of your video driver, text may be disabled.
  31.     You may also experience glitches with bitmaps applied over the video.
  32.  
  33. NOTE: The speed of the 3D animation is directly related to the frame rate of
  34.     the video file being played.
  35.  
  36.